* {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  text-align: center;
  padding: 0;
  font-family: macho, sans-serif;
}
body {
  background-image: url('../images/ribbon.jpg');
  background-size: 42%;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.language {
  position: absolute;
  top: 1em;
  right: 1em;
}
h1 {
  color: #008193;
  font-size: 48px;
  margin-top: 45px;
  margin-bottom: 5px;
  font-family: rotissansserifbold;
}
h1 span {
  font-size: 60px;
}
h2 {
  color: #008193;
  font-size: 36px;
  font-family: rotissansserifbold;
}
.counter-holder h2 {
  font-size: 26px;
  margin-bottom: 0px;
}
h3 {
  color: #008193;
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: rotissansserifbold;
}
h4 {
  color: #008193;
  font-size: 23px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: rotissansserifbold;
}
a {
  text-decoration: underline;
  color: black;
}
.line1 {
  font-size: 20px;
  max-width: 790px;
  margin: auto;
}
.line2 {
  font-size: 20px;
  font-weight: bold;
  max-width: 790px;
  margin: auto;
}
.line3 {
  font-size: 20px;
  margin-top: 10px;
}
.badge {
  max-width: 100%;
  display: inline-block;
}
.share {
  max-width: 100%;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.icons img {
  display: inline-block;
  margin: 10px 25px;
}
.flowers {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.merci {
  max-width: 500px;
  width: 100%;
  height: auto;
}
.merci-small {
  width: 200px;
  height: auto;
}
.form-holder {
  text-align: left;
  color: #008193;
  border-radius: 20px;
  max-width: 700px;
  margin: auto;
  padding: 20px;
  background: #edeeef;
}
select {
  width: 200px;
  height: 30px;
}
.line-bottom1 {
  font-size: 20px;
  max-width: 770px;
  margin: auto;
  margin-bottom: 50px;
}
.line-bottom2 {
  font-weight: bold;
  font-size: 20px;
  max-width: 770px;
  margin: auto;
  margin-bottom: 50px;
}
.error-message {
  max-width: 720px;
  background: #c30000;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0 auto 1em auto;
  border-radius: 3px;
}
input,
textarea {
  font-family: rotissansserifbold;
  font-weight: bold;
  color: #008193;
  width: 100%;
  border: solid white 1px;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 7px;
  padding-bottom: 12px;
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #5eaeb9;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #5eaeb9;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #5eaeb9;
}
input.error,
textarea.error {
  border: solid red 1px;
}
input.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder {
  color: red;
}
input.error::-moz-placeholder,
textarea.error::-moz-placeholder {
  color: red;
}
input.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder {
  color: red;
}
textarea {
  height: 160px;
}
#btn-send {
  background: url('../images/button.png');
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 30px;
  width: 317px;
  outline: none;
  border: none;
  display: block;
  height: 49px;
  margin: 30px auto ;
}
#btn-goto {
  background: url('../images/button.png');
  text-align: center;
  line-height: 40px;
  color: white;
  font-size: 30px;
  width: 317px;
  outline: none;
  border: none;
  display: block;
  height: 49px;
  margin: 30px auto ;
}
.links {
  width: 100%;
  margin: auto;
  min-height: 20px;
}
.links .inner {
  max-width: 480px;
  margin: auto;
}
.links .link {
  padding: 0 1em;
  font-size: 13px;
  display: inline-block;
  height: 20px;
  text-align: center;
}
.links a {
  color: #a3aaae;
}
.footer {
  font-family: rotissansserifbold;
  color: #7c868d;
  font-size: 13px;
  line-height: 13px;
  margin-top: 20px;
  padding-bottom: 30px;
}
.footer a {
  color: #7c868d;
}
.form-error {
  margin-top: 10px;
  font-weight: bold;
  color: red;
  display: none;
}
.plain-text p {
  max-width: 992px;
  margin: auto;
}
.beker {
  max-width: 100%;
}
input[name=search] {
  width: 150px;
  margin-top: 0px;
  margin-bottom: 0px;
  border: solid 1px;
  padding-top: 2px;
  padding-bottom: 3px;
}
.getuigenis-item {
  text-align: left;
  background: #d4eaed;
  margin-bottom: 20px;
  padding: 40px;
  text-align: center;
}
.getuigenis-item .header {
  padding-bottom: 30px;
}
.getuigenis-item .message {
  padding: 20px 25px;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 210px;
  background: #008294;
  border-radius: 30px;
  font-size: 16px;
  color: #f4eae0;
  display: table;
  width: 100%;
}
.getuigenis-item .message .inner {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.getuigenis-item .van {
  color: #008294;
  font-size: 18px;
  font-weight: bold;
}
.getuigenis-item .voor {
  font-size: 25px;
  font-weight: bold;
}
.getuigenis-item .voor.voor1 {
  color: black;
}
.getuigenis-item .voor.voor2 {
  color: #f9b53c;
}
.getuigenis-item .voor.voor3 {
  color: #e5003d;
}
.counter {
  font-family: 'Digital-Counter-7';
  color: #198094;
  background: #d4eaed;
  border: solid 1px #fff;
  padding: 10px;
  text-align: center;
  margin: auto;
  display: inline-block;
  font-size: 35px;
  padding-bottom: 0px;
  padding-left: 20px;
  letter-spacing: 15px;
  border-radius: 14px;
  margin-bottom: 20px;
}
